No. 01 Course you need to follow
100% garenteed
What is PHP
PHP is a server side scripting language. that is used to develop Static websites or Dynamic websites or Web applications. PHP stands for Hypertext Pre-processor, that earlier stood for Personal Home Pages.
PHP scripts can only be interpreted on a server that has PHP installed.
The client computers accessing the PHP scripts require a web browser only.
A PHP file contains PHP tags and ends with the extension ".php".
What is a Scripting Language?
A script is a set of programming instructions that is interpreted at runtime.
A scripting language is a language that interprets scripts at runtime. Scripts are usually embedded into other software environments.
The purpose of the scripts is usually to enhance the performance or perform routine tasks for an application.
Server side scripts are interpreted on the server while client side scripts are interpreted by the client application.
PHP is a server side script that is interpreted on the server while JavaScript is an example of a client side script that is interpreted by the client browser. Both PHP and JavaScript can be embedded into HTML pages.
Syllabus Introduction to PHP Evaluation of Php Basic Syntax Defining variable and constant Php Data type Operator and ExpressionHandling Html Form With Php Capturing Form DataDealing with Multi-value filed Generating File uploaded form Redirecting a form after submission Decisions and loop Making Decisions Doing Repetitive task with looping Mixing Decisions and looping with Html FunctionWhat is a function Define a function Call by value and Call by reference Recursive functionString Creating and accessing String Searching & Replacing String Formatting String String Related Library function ArrayAnatomy of an Array Creating index based and Associative array Accessing array Element Looping with Index based array Looping with associative array using each() and foreach() Some useful Library function Working with file and Directories Understanding file& directory Opening and closing a file Coping ,renaming and deleting a file Working with directories Building a text editor File Uploading & Downloading Mini Project (With file Handling) State management Using query string(URL rewriting) Using Hidden fieldUsing cookies Using session String matching with regular expression What is regular expression Pattern matching in Php Replacing text Splitting a string with a Regular Expression Generating Images with PHP Basics of computer Graphics Creating Image Manipulating Image Using text in Image Advance PHP Introduction to OOPS Advanced Concepts Objects Declaring a class The new keyword and constructor Destructor Access method and properties using $this variable Public ,private, protected properties and methods Static properties and method Class constant Inheritance & code reusability Polymorphism Parent:: & self:: keyword Instanceof operator Abstract method and class Interface FinalException Handling Understanding Exception and error Try, catch, throw Database Connectivity with MySql Introduction to RDBMS Connection with MySql Database Performing basic database operation(DML) (Insert, Delete, Update, Select) Setting query parameter Executing queryJoin (Cross joins, Inner joins, Outer Joins, Self joins.) Mini Projec


